home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / users / user / readme.1st < prev    next >
Text File  |  1996-07-10  |  1KB  |  34 lines

  1. Tim Schwab - Manth-Brownell
  2. CompuServe ID (76344,1533)
  3.  
  4.  
  5. USERS is a utility that I wrote for my own use.  It is intended as a
  6. companion to Novell's USERLIST.  In addition to formatting the screen
  7. the way I wanted, I added two fields not in USERLIST.  Files is the
  8. number of files the connection has open.  Packets is the number of
  9. request packets the connection has sent to the server since login.  I
  10. find these fields useful in giving an indication of the activity level
  11. across the network.
  12.  
  13. Another feature I added is the ability to display a logical name in place
  14. of the network and node numbers.  USERS will read a file called
  15. NET$ADDR.DAT, if it is present, to get the logical names.  If NET$ADDR.DAT
  16. is not found, either in the current directory or on a search drive, the
  17. network and node numbers are displayed.  This is the structure of
  18. NET$ADDR.DAT:
  19.  
  20.                    Field    Offset  Length
  21.                    -----------------------
  22.                    Network     0       8
  23.                    Node        9      12
  24.                    Name       22      21
  25.  
  26. Records should have a colon ":" between Network and Node as well as
  27. between Node and Name.  Records should be padded with spaces as necessary,
  28. and terminated with a CR/LF.  USERS will read up to 256 records from
  29. NET$ADDR.DAT.
  30.  
  31. USERS requires NetWare 2.10 or greater.
  32.  
  33. (eof)
  34.